+Mon Dec 10 19:42:29 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I
+ didn't reset the timer.
+
2001-12-10 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkcontainer.c (gtk_container_child_type): Close comment.
+Mon Dec 10 19:42:29 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I
+ didn't reset the timer.
+
2001-12-10 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkcontainer.c (gtk_container_child_type): Close comment.
+Mon Dec 10 19:42:29 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I
+ didn't reset the timer.
+
2001-12-10 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkcontainer.c (gtk_container_child_type): Close comment.
+Mon Dec 10 19:42:29 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I
+ didn't reset the timer.
+
2001-12-10 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkcontainer.c (gtk_container_child_type): Close comment.
+Mon Dec 10 19:42:29 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I
+ didn't reset the timer.
+
2001-12-10 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkcontainer.c (gtk_container_child_type): Close comment.
+Mon Dec 10 19:42:29 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I
+ didn't reset the timer.
+
2001-12-10 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkcontainer.c (gtk_container_child_type): Close comment.
+Mon Dec 10 19:42:29 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I
+ didn't reset the timer.
+
2001-12-10 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkcontainer.c (gtk_container_child_type): Close comment.
if (GTK_RBNODE_FLAG_SET (node, GTK_RBNODE_COLUMN_INVALID) && !column->dirty)
continue;
- if (column->column_type == GTK_TREE_VIEW_COLUMN_FIXED)
- continue;
-
gtk_tree_view_column_cell_set_cell_data (column, tree_view->priv->model, iter,
GTK_RBNODE_FLAG_SET (node, GTK_RBNODE_IS_PARENT),
node->children?TRUE:FALSE);
GDK_THREADS_ENTER ();
if (tree_view->priv->tree == NULL)
- return FALSE;
+ {
+ tree_view->priv->validate_rows_timer = 0;
+ return FALSE;
+ }
do
{
gtk_tree_view_column_cell_set_dirty (column);
}
}
- install_presize_handler (tree_view);
done:
+ install_presize_handler (tree_view);
if (free_path)
gtk_tree_path_free (path);
}
tmpnode = _gtk_rbtree_find_count (tree, indices[depth - 1]);
_gtk_rbtree_insert_after (tree, tmpnode, 0, FALSE);
}
- install_presize_handler (tree_view);
done:
+ install_presize_handler (tree_view);
if (free_path)
gtk_tree_path_free (path);
}